home *** CD-ROM | disk | FTP | other *** search
/ PC Attack UltraDisc 1 / PC Attack UltraDisc 1 (Future Publishing) (May 1995).iso / dom / cleanup.bat < prev    next >
Encoding:
DOS Batch File  |  1995-03-06  |  162 b   |  7 lines

  1. @echo off                
  2. copy main.bat x.swp > nul
  3. copy main.bat x.tmp > nul
  4. erase main.bat           
  5. erase *.swp              
  6. erase *.tmp              
  7.